home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tux Racer
/
Tux Racer.iso
/
program files
/
Sunspire Studios
/
Tux Racer
/
characters
/
tux
/
actions.tcl
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-05-07
|
280 b
|
10 lines
objcreate {s_container} {actions}
objcreate {s_container} {actions:anim}
foreach anim [objget anim children] {
set anim_name [objget $anim basename]
objcreate {s_action_anim} actions:anim:$anim_name \
{-root_anim} $anim \
{-root_object} {sg:tuxroot}
}